/*reset*/
@charset "utf-8";
/* CSS Document */
html,body { padding:0px;margin:0px;font: 12px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif; -webkit-text-size-adjust:100%; font-size-adjust:none; -webkit-appearance:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, images, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin: 0;padding: 0; border: 0;}
table { border-collapse: collapse; border-spacing: 0;}
abbr, acronym, fieldset, img, input{ border: none;}
img{ vertical-align:top}
q:before, q:after {content: "";}
:focus{outline:none;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:100%; padding: 0; margin: 0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {	display: block}
ol,ul,li {list-style: none;}
a{ text-decoration:none; cursor:pointer; color:inherit;}
a:hover{text-decoration: none;outline:none;color:inherit;}
a:link{color:inherit;text-decoration:none;}
a:visited{color:inherit;text-decoration:none;}
a:active{color:inherit;text-decoration:none;}
input[type=button]{ cursor:pointer; }
button {cursor: pointer;}
input::-moz-focus-inner { border: 0; padding: 0;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul, li {
    padding: 0;
    list-style: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}
/* always display scrollbars */
blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}
input {
	outline: none;
}
img {
	border: 0;
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
a{
	transition:all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
/*公共样式*/
.left{
	float: left;
}
.right{
	float: right;
}
.textOverflow{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.textOverflow2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.textOverflow3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.textOverflow4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.transiton3s{
	transition:all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.trans{
    -webkit-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
    transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}
body .blockA{
	display: block;
	width: 100%;
	height: 100%;
}
.bodyGray{
	background-color: #f3f6f8;
}
.clearfix:before,.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
body .whiteColor{
	color: #fff;
}
.objectCover{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* header */
.topbar{
	color: #fff;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	background: #283f73;
}
.topbar .txt{
	float: left;
}
.topbar .txt2{
	float: right;
	padding-left: 30px;
	background: url(../img/kficon.png) no-repeat left center;
}
.pcheader{
	width: 100%;
	height: 110px;
}
.pcheader .pcNav{
	height: 110px;
	padding-top: 25px;
}
.pcNav .logoBox{
	float:left;
}
.pcNav .logoBox .logoPic{
	height: 55px;
	margin-top: 2px;
}
.pcNav .search{
	display: block;
	float: right;
	width: 230px;
	height: 34px;
	border: 1px solid #000;
	border-radius: 17px;
	padding-right: 40px;
	position: relative;
	overflow: hidden;
	margin-top: 13px;
}
.pcNav .search .input{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 20px;
}
.pcNav .search .subBtn{
	width: 40px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	background: url(../img/searchicon.png) no-repeat left center;
	border: none;
}
.pcNav .Nav{
	float: right;
	margin-right: 30px;
}
.pcNav .Nav a{
	display: block;
	float: left;
	font-size: 16px;
	color: #535151;
	width: 114px;
	text-align: center;
	height: 60px;
	line-height:60px;
}
.pcNav .Nav a.active{
	background: #283f73;
	color: #fff;
}
.mheader{
	display: none;
	width: 100%;
	height: 60px;
}
.logoBoxMo{
	float: left;
	padding-top: 10px;
}
.logoBoxMo .logoPic{
	height: 40px;
}
.mobileNav{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	height: 60px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 3px 10px 0px rgba(40, 63, 115, 0.19);
}
/*手机菜单按钮*/
.menu {
    width: 40px;
    height: 40px;
    float: right;
	margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    z-index: 1100;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.menu-handler {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    float: right;
    transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    background-color: #283f73;
}
.menu-handler .burger {
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 5;
    top: 12px;
    left: 50%;
    margin: 0px 0px 0px -10px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}
.menu-handler .burger-2 {
    top: 19px;
}
.menu-handler .burger-3 {
    top: 26px;
}
.menu-handler.active .burger-1 {
    top: 19px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.menu-handler.active .burger-2 {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.menu-handler.active .burger-3 {
    top: 19px;
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.NavMo{
	display: none;
	width: 100%;
    float: left;
    background-color: #fff;
    position: fixed;
    top: 60px;
    left: 0;
}
.NavMo a,.NavMo .navitem{
	display: block;
    width: 100%;
    line-height: 50px;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 0;
    color: #333;
    position: relative;
    font-size: 16px;
}
.NavMo a.active{
	background: #283f73;
	color: #fff;
}
/* banner */
.indexBanner .index-banner-swi .swiper-pagination-bullet{
	width: 12px;
	height:12px;
	position:relative;
	background:#fff;
	opacity:1;
	margin:0 10px;
}
.indexBanner .index-banner-swi .swiper-pagination-bullet:before{
	content:'';
	width: 20px;
	height:20px;
	border-radius:50%;
	position:absolute;
	left:-4px;
	top:-4px;
	border:1px solid #80d5f6;
}
.indexBanner .index-banner-swi .swiper-pagination-bullet-active{
	width: 14px;
	height:14px;
	background:#80d5f6;
	top:1px;
}
.indexBanner .index-banner-swi .swiper-pagination-bullet-active:before{
	width: 22px;
	height:22px;
}
.Module{
	padding: 90px 0;
}
/* index1 */
.indexMo1{
	padding: 50px 0 90px;
}
.indexMo1 .title1{
	font-size: 24px;
	color:#535151;
	line-height:26px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 40px;
}
.indexMo1 .title1 span{
	font-size: 18px;
}
.indexMo1 .title1::before{
	content: '';
	width: 6px;
	height: 26px;
	background: #c01313;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 0;
}
.indexMo1 .list{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-bottom: 70px;
}
.indexMo1 .list .item{
	width: 150px;
	margin: 0 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #283f73;
	line-height: 1.6;
}
.indexMo1 .list .item .icon{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.moTitle{
	text-align: center;
	color: #535151;
}
.moTitle.whiteTit{
	color: #fff;
}
.moTitle .name{
	font-size: 34px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.moTitle .pro{
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 50px;
}
.moTitle.titbg1{
	background: url(../img/titbg1.png) no-repeat top center;
	padding-top: 24px;
}
.indexMo1 .list2{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.indexMo1 .list2 .item{
	width: 23%;
	height: 380px;
	text-align: center;
	font-size: 16px;
	color: #535151;
	line-height: 1.6;
}
.indexMo1 .list2 .item .box{
	display: block;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	overflow: hidden;
}
.indexMo1 .list2 .item .picBox{
	width: 100%;
	height: 190px;
	border-radius: 10px;
}
.indexMo1 .list2 .item .textBox{
	padding: 16px 16px 0;
}
.indexMo1 .list2 .item .name{
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
}
.indexMo1 .list2 .item .line{
	width: 20px;
	height: 2px;
	background: #535151;
	margin: 0 auto 20px;
}
.indexMo1 .list2 .item .pro{
	margin-bottom: 20px;
	line-height: 30px;
	height: 60px;
}
.indexMo1 .list2 .item .more{
	width: 80px;
	height: 26px;
	background: #c01313;
	text-align: center;
	line-height: 26px;
	color: #fff;
	border-radius: 10px;
	font-size: 14px;
	margin: 0 auto;
}
.indexMo1 .list2 .item:hover .box{
	background: #283f73;
	color: #fff;
	box-shadow: 0px 4px 4.6px 0.4px rgba(40, 63, 115, 0.18);
}
.indexMo1 .list2 .item:hover .line{
	background: #fff;
}
/* index2 */
.indexMo2{
	background: url(../img/home2bg.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding-top: 56px;
	padding-bottom: 170px;
}
.moTitle.titbg2{
	background: url(../img/titbg2.png) no-repeat center 14px;
}
.indexMo2 .list .item{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: 146px;
	background: #fff;
	position: relative;
	padding:20px 0 20px 140px;
}
.indexMo2 .list .item:nth-of-type(2n){
	margin-right: 0;
}
.indexMo2 .list .item .iconbox{
	width: 146px;
	height: 106px;
	position: absolute;
	left: 0;
	top: 20px;
	border-right: 1px dashed #283f73;
	padding-top: 10px;
}
.indexMo2 .list .item .iconbox .icon{
	display: block;
	margin: 0 auto 8px;
}
.indexMo2 .list .item .iconbox .name{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #283f73;
	line-height: 1.5;
}
.indexMo2 .list .item .textBox{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 50px;
	font-size: 16px;
	color: #283f73;
	line-height: 1.6;
	word-break: break-all;
}
/* indexMo3 */
.indexMo3{
	margin-top: -92px;
	position: relative;
	z-index: 10;
}
.indexMo3 .box{
	background: #fff;
	border-top: 5px solid #fbd734;
	padding: 30px 26px 50px;
	box-shadow: 0px 3px 10px 0px rgba(40, 63, 115, 0.19);
}
.indexMo3 .title1{
	font-size: 24px;
	color:#535151;
	line-height:40px;
	padding-left: 20px;
	position: relative;
}
.indexMo3 .title1 span{
	font-size: 18px;
}
.indexMo3 .title1::before{
	content: '';
	width: 6px;
	height: 26px;
	background: #c01313;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 7px;
}
.indexMo3 .title1 .more{
	position: absolute;
	right: 0;
	top: 0;
	width: 116px;
	height: 40px;
	background-color: rgb(192, 19, 19);
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}
.indexMo3 .box2{
	position: relative;
	padding-left: 388px;
	min-height: 310px;
}
.indexMo3 .newsSwi{
	position: absolute;
	left: 0;
	top: 0;
	width: 388px;
	padding-top: 35px;
}
.indexMo3 .newsSwi .swiper-container{
	padding-bottom: 32px;
}
.indexMo3 .newsSwi .swiper-container .swiper-pagination{
	bottom: 0;
}
.indexMo3 .newsSwi .swiper-pagination-bullet{
	opacity: 1;
	background: #4842c7;
}
.indexMo3 .newsSwi .swiper-pagination-bullet-active{
	background: #c01313;
}
.indexMo3 .newsSwi .swiItem{
	display: block;
	width: 100%;
	height: 250px;
	position: relative;
}
.indexMo3 .newsSwi .swiItem .name{
	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 38px;
	background: url(../img/namebg.png) no-repeat left top;
	width: 308px;
	padding-left: 10px;
}
.indexMo3 .list {
	width: 100%;
	padding-left: 9%;
}
.indexMo3 .list .item{
	border-bottom: 1px dashed #c3c3c3;
	font-size: 16px;
	color: #535151;
	padding-top: 14px;
	height: 62px;
	overflow: hidden;
}
.indexMo3 .list .item .box3{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	position: relative;
	padding-right: 170px;
	line-height: 48px;
}
.indexMo3 .list .item .box3::before{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #4842c7;
	position: absolute;
	left: 0;
	bottom: 20px;
}
.indexMo3 .list .item .name{
	line-height: 48px;
}
.indexMo3 .list .item .time{
	color: #c9c9c9;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 28px;
	background: url(../img/timeicon.png) no-repeat left center;
}
/* index4 */
.indexMo4{
	padding-top: 88px;
}
.moTitle.titbg3{
	background: url(../img/titbg3.png) no-repeat top center;
	padding-top: 24px;
}
.indexMo4 .box{
	background: url(../img/home4bg.jpg);
	padding-top: 82px;
	padding-bottom: 54px;
}
.indexMo4 .activeSwi .swiItem{
	display: block;
	width: 100%;
	text-align: center;
}
.indexMo4 .activeSwi .swiper-slide{
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
}
.indexMo4 .activeSwi .swiper-slide.swiper-slide-active{
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
.indexMo4 .activeSwi{
	padding: 0 50px;
	position: relative;
}
.indexMo4 .activeSwi .swiper-button-prev{
	top: 130px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23283f73'%2F%3E%3C%2Fsvg%3E");
}
.indexMo4 .activeSwi .swiper-button-next{
	top: 130px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23283f73'%2F%3E%3C%2Fsvg%3E");
}
.indexMo4 .swiItem .picBox{
	width: 100%;
	height: 262px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.indexMo4 .swiItem .time{
	font-size: 14px;
	color: #283f73;
}
.indexMo4 .swiItem .line{
	width: 132px;
	height: 3px;
	background: #283f73;
	border-radius: 2px;
	margin: 0 auto 10px;
}
.indexMo4 .swiItem .name{
	font-size: 16px;
	color: #535151;
	line-height: 30px;
	height: 60px;
	padding: 0 15%;
}
.indexMo4 .more{
	display: block;
	width: 100px;
	height: 42px;
	line-height: 42px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	margin: 40px auto 0;
	font-size: 14px;
	color: #fff;
	background: #c01313;
}
/* footer */
.footer{
	background: #283f73;
	padding-top: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
}
.footer .item{
	float: left;
	width: 33.3%;
	border-right: 1px solid #fff;
	height: 174px;
	padding-top: 10px;
}
.footer .item .blogo{
	margin-bottom: 16px;
}
.footer .item .tel{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.6;
}
.footer .item2,.footer .item3{
	display: flex;
	display: -webkit-flex;
	justify-content: center;	
}
.footer .item2 .box2{
	width: 202px;
}
.footer .item2 .box2 a{
	display: inline-block;
	width: 64px;
	margin-bottom: 10px;
}
.footer .item3 .emw{
	display: block;
	width: 116px;
	height: 116px;
	margin: 0 auto 6px;
}
.footer .item3 .txt2{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.footer .copyright{
	margin-top: 36px;
	font-size: 14px;
	color: #a8a8a8;
	line-height: 30px;
	padding: 5px 0;
	text-align: center;
}
/* partner */
.inbanner .pic{
	display: block;
	width: 100%;
}
.position{
	border-bottom: 1px solid #bcbcbc;
	height: 42px;
	line-height: 42px;
	color: #535151;
	font-size: 16px;
}
.position .txt{
	float: left;
}
.position .categroy{
	float: right;
	font-size: 18px;
}
.position .categroy .item{
	float: left;
	padding: 0 8px;
	margin-left: 30px;
	border-bottom: 1px solid transparent;
	margin-top: -1px;
	cursor: pointer;
}
.position .categroy .item.active{
	color: #c01313;
	border-color: #c01313;
}
.position .here{
	font-size: 18px;
	color: #535151;
	float: right;
}
.partner{
	padding: 60px 0 100px;
}
.inTitle{
	text-align: center;
	background: url(../img/titbg4.png) no-repeat center 18px;
	margin-bottom: 50px;
}
.inTitle .name{
	font-size: 24px;
	color: #535151;
	line-height: 1;
	margin-bottom: 4px;
}
.inTitle .en{
	font-size: 20px;
	color: #c9c9c9;
	line-height: 1.5;
	margin-bottom: 8px;
}
.inTitle .pro{
	font-size: 16px;
	color: #535151;
	line-height: 1.5;
}
.partner .list .item{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 1.3%;
	float: left;
	height: 136px;
	position: relative;
	border: 1px solid #c9c9c9;
	padding: 20px 20px 40px;
	overflow: hidden;
}
.partner .list .item:nth-of-type(4n){
	margin-right: 0;
}
.partner .list .item .num{
	position: absolute;
	color: #fff;
	left: 0;
	top: 0;
	width: 47px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	z-index: 10;
	background: url(../img/tag.png) no-repeat;
	font-size: 20px;
	font-style: italic;
}
.partner .list .item .name{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 20px;
	color: #283f73;
	text-align: center;
	padding: 0 10px;
	z-index: 10;
	width: 100%;
	line-height: 1.6;
}
.partner .list .item .icon{
	max-width: 100%;
	max-height: 100%;
}
/* about */
.aboutMo1{
	padding-top: 48px;
	padding-bottom: 60px;
}
.aboutMo1 .title{
	font-size: 20px;
	font-weight: bold;
	color: #535151;
	line-height: 1.8;
	margin-bottom: 20px;
	position: relative;
}
.aboutMo1 .title::after{
	content: '';
	width: 85px;
	height: 2px;
	background: #c01313;
	position: absolute;
	left: 0;
	bottom: 0;
}
.aboutMo1 .content{
	font-size: 16px;
	color: #535151;
	line-height: 1.6;
}
.aboutMo1 .content p{
	margin-bottom: 20px;
}
.aboutMo1 .content .pic{
	float: right;
	margin-left: 44px;
	margin-top: -44px;
	margin-bottom: 30px;
}
.aboutMo2{
	background: url(../img/aboutBg1.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 30px 0;
}
.aboutMo2 .box{
	position: relative;
	padding-left: 146px;
}
.aboutMo2 .pic{
	display: block;
}
.aboutMo2 .box .title{
	position: absolute;
	left: 0;
	top: 50%;
	height: 120px;
	margin-top: -60px;
}
.aboutMo2 .box .title .ch{
	font-size: 24px;
	color: #283f73;
	width: 30px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 12px;
}
.aboutMo2 .box .title .en{
	font-size: 20px;
	color: #283f73;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	left: 50px;
	top: 0;
	transform-origin: 0 0;
	line-height: 1;
}
.aboutMo3{
	padding: 58px 0 72px;
}
.aboutMo3 .list .item{
	width: 32%;
	float: left;
	margin-right: 2%;
	height: 316px;
	border: 1px solid #a0a0a0;
	padding: 6px;
	margin-bottom: 2%;
}
.aboutMo3 .list .item:nth-of-type(3n){
	margin-right: 0;
}
.aboutMo3 .list .item .flexbox{
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	align-items: center;
	justify-content: center;
}
.aboutMo3 .list .item .flexbox .pic{
	max-width: 100%;
	max-height: 100%;
}
.aboutMo4 .box{
	background: url(../img/aboutBg2.jpg) no-repeat;
	padding: 62px 0 170px;
	background-size: cover;
	-webkit-background-size: cover;
}
.aboutMo4 .box .pic{
	float: left;
	width: 563px;
}
.aboutMo4 .box .textBox{
	width: calc(100% - 563px);
	float: left;
	padding-left: 100px;
	padding-top: 74px;
}
.aboutMo4 .box .title{
	font-size: 24px;
	font-family: '宋体';
	font-weight: bold;
	color: #c01313;
	line-height: 1.6;
}
.aboutMo4 .box .line{
	width: 52px;
	height: 6px;
	border-radius: 3px;
	background: #c01313;
	margin: 16px 0 20px;
}
.aboutMo4 .box .pro{
	font-size: 20px;
	color: #535151;
	line-height: 1.6;
	margin-bottom: 20px;
}
.aboutMo4 .box .pic2{
	display: block;
}
/* product */
.proMo1{
	padding-top: 54px;
}
.proMo1 .box{
	padding-bottom: 50px;
	border-bottom: 1px solid #c9c9c9;
}
.proMo1 .box .item{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.proMo1 .box .item:last-of-type{
	margin-right: 0;
}
.proMo1 .box .item .picBox{
	width: 100%;
	height: 214px;
	margin-bottom: 26px;
}
.proMo1 .box .item .name{
	font-size: 18px;
	font-weight: bold;
	color: #283f73;
	line-height: 1.6;
	text-align: center;
}
.proMo2{
	padding: 52px 0 90px;
}
.proMo2 .list .item{
	border-bottom: 1px solid #bcbcbc;
}
.proMo2 .list .item:last-of-type{
	border-bottom: none;
}
.proMo2 .list .item .box{
	display: block;
	width: 100%;
	min-height: 332px;
	padding: 44px 0 44px 374px;
	position: relative;
}
.proMo2 .item .picBox{
	position: absolute;
	left: 0;
	top: 44px;
	width: 374px;
	height: 244px;
	border-radius: 10px;
	overflow: hidden;
}
.proMo2 .item .textBox{
	width: 100%;
	padding-left: 11%;
	padding-top: 28px;
}
.proMo2 .item .textBox .name{
	font-size: 20px;
	color: #707070;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
}
.proMo2 .item .textBox .pro{
	font-size: 16px;
	color: #707070;
	line-height: 24px;
	height: 96px;
	margin-bottom: 20px;
}
.proMo2 .item .textBox .more{
	width: 118px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: url(../img/more.png) #c01313 no-repeat 80px center ;
	padding-right: 20px;
	font-size: 14px;
	border-radius: 5px;
}
.proMo2 .list .item:hover .objectCover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.proMo2 .list .item:hover .name{
	color: #283f73;
}
.proDMo1{
	margin-bottom: 75px;
	margin-top: 40px;
}
.proDMo1 .proDeSwi{
	position: relative;
	padding: 0 60px 40px;
}
.proDMo1 .proDeSwi .swiper-slide{
	height: 360px;
}
.proDMo1 .proDeSwi .swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23dddddd'%2F%3E%3C%2Fsvg%3E");
	margin-top: -42px;
}
.proDMo1 .proDeSwi .swiper-button-prev{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23dddddd'%2F%3E%3C%2Fsvg%3E");
	margin-top: -42px;
}
.proDMo1 .proDeSwi .swiper-pagination{
	width: 100%;
	bottom: 0;
	left: 0;
}
.proDMo1 .proDeSwi .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #283f73;
	opacity: 1;
	position: relative;
	margin: 0 5px;
}
.proDMo1 .proDeSwi .swiper-pagination-bullet-active:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: -4px;
    border: 1px solid #283f73;
}
.proDMo2{
	padding-bottom: 90px;
}
.proDMo2 .navBar{
	width: 100%;
	height: 60px;
	background: #f0f0f0;
	border-bottom: 1px solid #bcbcbc;
	font-size: 18px;
	color: #535151;
}
.proDMo2 .navBar .item{
	display: inline-block;
	width: 140px;
	position: relative;
	text-align: center;
	padding-left: 32px;
	line-height: 60px;
	border-bottom: 1px solid transparent;
	margin-top: -1px;
}
.proDMo2 .navBar .item .icon{
	width: 28px;
	height: 100%;
	position: absolute;
	left: 18px;
	top: 0;
	background-repeat: no-repeat;
	background-position: left center;
}
.proDMo2 .navBar .item .icon1{
	background-image: url(../img/proDicon1.png);
}
.proDMo2 .navBar .item .icon2{
	background-image: url(../img/proDicon2.png);
}
.proDMo2 .navBar .item.active{
	color: #283f73;
	border-color: #283f73;
}
.proDMo2 .navBar .item.active .icon1{
	background-image: url(../img/proDicon1Ac.png);
}
.proDMo2 .navBar .item.active .icon2{
	background-image: url(../img/proDicon2Ac.png);
}
.proDMo2 .box{
	margin-top: 40px;
}
.proDMo2 .box .title{
	font-size: 24px;
	color: #535151;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 40px;
}
.proDMo2 .box .article{
	font-size: 16px;
	color: #535151;
	line-height: 1.6;
	padding: 0 26px;
}
.proDMo2 .box .article img{
	max-width: 100%;
}
/* case */
.caseMo{
	padding-top: 50px;
	padding-bottom: 90px;
}
.caseMo .list .item{
	margin-bottom: 30px;
}
.caseMo .list .item .box{
	display: block;
	width: 100%;
	height: 260px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.caseMo .list .item .picBox{
	width: 100%;
	height: 100%;
}
.caseMo .list .item .textBox{
	width: 100%;
	height: 70px;
	background: url(../img/casebg.png) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding:10px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.caseMo .list .item .textBox .name{
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	height: 48px;
}
.caseMo .list .item .box:hover .objectCover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.caseMo .list .item .box:hover .textBox{
	background-image: url(../img/casebg2.png);
}
.detailMo{
	padding-top: 50px;
	padding-bottom: 70px;
}
.detailMo .artTop{
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 24px;
	text-align: center;
}
.detailMo .artTop .title{
	font-size: 18px;
	color: #535151;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
}
.detailMo .artTop .time{
	font-size: 14px;
	color: #c9c9c9;
	line-height: 1.6;
}
.detailMo .article{
	padding-top: 40px;
	font-size: 16px;
	color: #535151;
	word-break: break-all;
}
.detailMo .article img{
	max-width: 100%;
}
.detailMo .prevNext{
	border-top: 1px solid #bcbcbc;
	padding-top: 30px;
	font-size: 16px;
	color: #535151;
	line-height: 1.8;
	margin-top: 50px;
}
.detailMo .prevNext .href:hover{
	color: #c01313;
}
/* news */
.newsMo{
	padding-top: 50px;
	padding-bottom: 90px;
}
.newsMo .list .item{
	margin-bottom: 40px;
	padding: 0 20px;
}
.newsMo .list .item .box{
	display: block;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0 20px 270px;
	position: relative;
	min-height: 224px;
}
.newsMo .list .item .picBox{
	position: absolute;
	left: 0;
	top: 20px;
	width: 270px;
	height: 184px;
	border-radius: 10px;
	overflow: hidden;
}
.newsMo .list .item .textBox{
	width: 100%;
	padding-left: 7%;
	padding-top: 24px;
}
.newsMo .list .item .time{
	font-size: 14px;
	color: #969696;
	line-height: 1.5;
}
.newsMo .list .item .name{
	font-size: 18px;
	color: #535151;
	line-height: 36px;
	font-weight: bold;
}
.newsMo .list .item .pro{
	font-size: 16px;
	color: #535151;
	line-height: 24px;
	height: 48px;
	margin-bottom: 10px;
}
.newsMo .list .item .more{
	width: 100px;
	height: 34px;
	line-height: 34px;
	border-radius: 10px;
	background: #c01313;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.newsMo .list .item:hover{
	background: #f0f0f0;
}
.newsMo .list .item:hover .box{
	border-color: transparent;
}
.newsMo .list .item:hover .name{
	color: #283f73;
}
.newsMo .list .item:hover .objectCover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
/* contact */
.contactMo{
	padding-top: 50px;
	padding-bottom: 60px;
}
.contactMo .title{
	font-size: 24px;
	color: #c01313;
	padding-left: 50px;
	background: url(../img/fkicon.jpg) no-repeat left top;
	line-height: 36px;
	padding-top: 20px;
	margin-bottom: 34px;
}
.contactMo .conBox{
	width: 424px;
	height: 585px;
	background: #fff;
	box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.75);
	-webkit-box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.75);
	float: left;
}
.contactMo .mapBox{
	float: right;
	width: calc(100% - 470px);
	height: 585px;
	overflow: hidden;
	background: #ddd;
}
.contactMo .conBox .name{
	font-size: 24px;
	color: #fff;
	text-align: center;
	height: 70px;
	line-height: 70px;
	background: #283f73;
}
.contactMo .conBox .item{
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 15px 15px 62px;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #535151;
}
.contactMo .conBox .item b{
	font-weight: bold;
	font-size: 18px;
}
.contactMo .conBox .item .icon{
	position: absolute;
	left: 20px;
	top: 15px;
}
.contactMo .conBox .ewmBox{
	text-align: center;
	font-size: 16px;
	color: #888888;
	padding-top: 44px;
}
.contactMo .conBox .ewm{
	display: block;
	margin: 0 auto 5px;
}
.ads .pic{
	display: block;
	width: 100%;
}

.pages{
	width: 100%;
	text-align: center;
}
.pages li{
	display: inline-block;
	margin: 0 5px;
	min-width: 20px;
	font-size: 14px;
	color: #666;
	line-height: 36px;
	
}
.pages li.c{
	width: 36px;
	height: 36px;
	background-color: #283f73;
	color: #fff;
	border-radius: 3px;
}
.pages li a{
	display: block;
	padding: 0 13px;
	height: 36px;
	border: 1px solid #e6e6e6;
	text-align: center;
	background: #f0f0f0;
	border-radius: 3px;
}
.pages li a:hover{
	background-color: #283f73;
	color: #fff;
}
.searchMo.newsMo .list .item .box{
	padding-left: 0;
}
.searchMo.newsMo .list .item .textBox{
	padding-left: 0;
}
@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.topbar .txt{
		display: none;
	}
	.pcNav .Nav a{
		font-size: 14px;
		width: 90px;
	}
	.pcNav .search{
		width: 200px;
	}
	.pcNav .Nav{
		margin-right: 10px;
	}
	.indexMo1 .list2 .item,.indexMo2 .list .item .textBox,.indexMo3 .list .item,.indexMo4 .swiItem .name{
		font-size: 14px;
	}
	.indexMo1 .list2 .item .pro{
		line-height: 20px;
		height: 40px;
	}
	.indexMo4 .swiItem .name{
		line-height: 24px;
		height: 48px;
	}
	.indexMo4 .swiItem .time{
		font-size: 12px;
	}
	.indexMo1 .list2 .item{
		height: 370px;
	}
	.aboutMo4 .box .pro{
		font-size: 16px;
	}
	.aboutMo2 .box{
		padding-left: 80px;
	}
	.aboutMo2 .pic{
		width: 100%;
	}
	
}
@media only screen and (max-width:1000px)  {
	.topbar{
		display: none;
	}
	.mheader{
		display: block;
		
	}
	.pcheader{
		display: none;
	}
	.indexMo1 .list .item{
		font-size: 15px;
	}
	.indexMo1 .list .item .icon{
		width: 90px;
	}
	.indexMo1 .title1{
		font-size: 20px;
		line-height: 20px;
	}
	.indexMo3 .title1{
		font-size: 20px;
		line-height: 32px;
	}
	.indexMo1 .title1 span,.indexMo3 .title1 span{
		font-size: 12px;
	}
	.indexMo1 .title1::before,.indexMo3 .title1::before{
		height: 20px;
	}
	.moTitle .name{
		font-size: 28px;
	}
	.moTitle .pro{
		font-size: 16px;
	}
	.moTitle.titbg1{
		background-size: 420px;
		padding-top: 10px;
	}
	.indexMo1 .list2{
		flex-wrap: wrap;
	}
	.indexMo1 .list2 .item{
		width: 48%;
		margin-bottom: 4%;
	}
	.indexMo2 .list .item{
		width: 100%;
		margin-right: 0;
	}
	.indexMo3 .title1 .more{
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		width: 100px;
	}
	.indexMo3 .box2{
		padding-left: 0;
	}
	.indexMo3 .newsSwi{
		position: static;
		width: 100%;
		padding-top: 20px;
	}
	.indexMo3 .list{
		padding-left: 0;
	}
	.moTitle.titbg3{
		background-size: 600px;
		padding-top: 18px;
	}
	.indexMo4 .activeSwi{
		padding: 0;
	}
	.footer .item2{
		display: none;
	}
	.footer .item{
		width: 50%;
	}
	.footer .copyright{
		font-size: 12px;
	}
	.aboutMo3 .list .item{
		height: 250px;
	}
	.aboutMo4 .box .pic{
		width: 450px;
	}
	.aboutMo4 .box .textBox{
		width: calc(100% - 450px);
		padding-left: 20px;
		padding-top: 0;
	}
	.aboutMo4 .box .title{
		font-size: 20px;
	}
	.aboutMo4 .box{
		padding-bottom: 150px;
	}
	.aboutMo1 .content .pic{
		display: block;
		float: none;
		margin: 0;
		margin-bottom: 30px;
	}
	.proMo2 .item .picBox{
		width: 320px;
	}
	.proMo2 .list .item .box{
		padding-left: 320px;
	}
	.proDMo2 .box .article{
		font-size: 14px;
		padding: 0;
	}
	.proDMo2 .box .title{
		font-size: 18px;
		margin-bottom: 30px;
	}
	.proDMo2 .navBar{
		font-size: 16px;
		line-height: 40px;
		height: 40px;
	}
	.proDMo2 .navBar .item{
		line-height: 40px;
		height: 40px;
	}
	.proDMo1 .proDeSwi .swiper-slide{
		height: 280px;
	}
	.partner .list .item{
		width: 32.4%;
	}
	.partner .list .item:nth-of-type(4n){
		margin-right: 1.3%;
	}
	.partner .list .item:nth-of-type(3n){
		margin-right: 0;
	}
	.partner .list .item .name{
		font-size: 16px;
	}
	.contactMo .mapBox{
		width: 100%;
		margin-top: 30px;
	}
	.contactMo .conBox{
		width: 100%;
		height: 500px;
	}
	.contactMo .conBox .ewmBox{
		padding-top: 10px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 768px) {
	.aboutMo4 .box .textBox{
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.aboutMo1 .content .pic{
		max-width: 100%;
	}
	.proMo2 .item .picBox{
		width: 250px;
		height: 200px;
	}
	.proMo2 .list .item .box{
		padding-left: 250px;
		min-height: 288px;
	}
	.proMo2 .item .textBox{
		padding-top: 10px;
	}
	.proMo2 .item .textBox .name{
		font-size: 16px;
	}
	.proMo2 .item .textBox .pro{
		font-size: 14px;
	}
	.proDMo1 .proDeSwi{
		padding: 0 0 40px;
	}
	.newsMo .list .item .pro{
		font-size: 14px;
	}
	.newsMo .list .item .name{
		font-size: 16px;
	}
	.newsMo .list .item .time{
		font-size: 12px;
	}
	.newsMo .list .item .textBox{
		padding-top: 0;
	}
	.newsMo .list .item .picBox{
		width: 220px;
		height: 150px;
		top: 10px;
	}
	.newsMo .list .item .box{
		padding: 10px 0 10px 220px;
		min-height: 170px;
	}
	.newsMo .list .item{
		margin-bottom: 20px;
	}
	.position .here,.aboutMo1 .content{
		font-size: 14px;
	}
	.position{
		font-size: 12px;
	}
	.position .categroy .item{
		font-size: 16px;
		margin-left: 0;	
	}
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.indexMo1{
		padding: 30px 0 50px;
	}
	.indexMo1 .list{
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.indexMo1 .list .item{
		margin: 0;
		width: 33.3%;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.indexMo1 .list .item .icon{
		width: 80px;
	}
	.moTitle .name{
		font-size: 22px;
	}
	.moTitle .pro{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.moTitle.titbg1{
		background-size: 250px;
		padding-top: 4px;
	}
	.indexMo1 .list2 .item{
		width: 100%;
	}
	.indexMo1 .list2 .item .name{
		font-size: 16px;
	}
	.indexMo1 .list2 .item .textBox{
		padding: 10px 10px 0;
	}
	.indexMo1 .list2 .item .line{
		margin-bottom: 10px;
	}
	.indexMo1 .list2 .item{
		height: 340px;
	}
	.indexMo1 .list2 .item .pro{
		margin-bottom: 10px;
	}
	.indexMo2{
		padding-top: 30px;
		padding-bottom: 130px;
	}
	.moTitle.titbg2{
		background-position: center 8px;
		background-size: 300px;
	}
	.indexMo2 .list .item .iconbox{
		width: 110px;
	}
	.indexMo2 .list .item{
		padding-left: 120px;
	}
	.indexMo2 .list .item .textBox{
		padding: 0 10px;
	}
	.indexMo2 .list .item .iconbox .name{
		font-size: 16px;
	}
	.indexMo3 .box{
		padding: 10px 10px 30px;
	}
	.indexMo3 .newsSwi .swiItem{
		height: 200px;
	}
	.indexMo3 .newsSwi .swiItem .name{
		font-size: 14px;
		width: 250px;
		background-size: 100% 100%;
	}
	.indexMo3 .list .item .time{
		font-size: 12px;
		padding-left: 0;
		background: none;
	}
	.indexMo3 .list .item .box3{
		padding-right: 80px;
	}
	.indexMo3 .list .item .name{
		line-height: 30px;
	}
	.indexMo3 .list .item .box3{
		line-height: 30px;
	}
	.indexMo3 .list .item{
		height: 44px;
	}
	.indexMo3 .list .item .box3::before{
		bottom: 10px;
	}
	.indexMo4{
		padding-top: 30px;
	}
	.moTitle.titbg3 {
	    background-size: 450px;
	    padding-top: 14px;
	}
	.indexMo4 .box{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.indexMo4 .more{
		margin-top: 20px;
	}
	.ads .pic{
		width: 220%;
		margin-left: -38%;
	}
	.footer .item{
		width: 100%;
		border-right: none;
		text-align: center;
		height: auto;
	}
	.footer .item3{
		margin-top: 20px;
	}
	.footer .copyright{
		margin-top: 10px;
		line-height: 1.6;
		padding: 10px 0;
	}
	.footer .item .tel{
		margin-bottom: 5px;
	}
	.indexBanner .index-banner-swi .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		margin: 0 6px;
	}
	.indexBanner .index-banner-swi .swiper-pagination-bullet:before{
		width: 14px;
		height: 14px;
	}
	.indexBanner .index-banner-swi .swiper-pagination-bullet-active{
		width: 8px;
		height: 8px;
	}
	.indexBanner .index-banner-swi .swiper-pagination-bullet-active:before{
		width: 16px;
		height: 16px;
	}
	.aboutMo1{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.aboutMo1 .title{
		font-size: 18px;
	}
	
	.aboutMo2 .box .title .ch{
		font-size: 20px;
		top: 0;
	}
	.aboutMo2 .box .title .en{
		font-size: 12px;
		left: 38px;
		top: 6px;
	}
	.aboutMo2 .box .title{
		height: 80px;
		margin-top: -40px;
	}
	.aboutMo2 .box{
		padding-left: 40px;
	}
	.inTitle{
		background-size: 300px;
		margin-bottom: 30px;
	}
	.inTitle .name{
		font-size: 20px;
	}
	.inTitle .en{
		font-size: 14px;
	}
	.aboutMo3{
		padding: 30px 0 50px;
	}
	.aboutMo3 .list .item{
		width: 49%;
		height: 210px;
	}
	.aboutMo3 .list .item:nth-of-type(3n){
		margin-right: 2%;
	}
	.aboutMo3 .list .item:nth-of-type(2n){
		margin-right: 0;
	}
	.aboutMo4 .box .pic{
		width: 100%;
	}
	.aboutMo4 .box .textBox{
		margin-top: 20px;
	}
	.aboutMo4 .box .pro{
		font-size: 14px;
	}
	.aboutMo4 .box{
		padding-top: 30px;
		padding-bottom: 100px;
	}
	.proMo1{
		padding-top: 30px;
	}
	.proMo1 .box .item{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.proMo1 .box .item .picBox{
		height: 150px;
		margin-bottom: 10px;
	}
	.proMo1 .box .item .name{
		font-size: 15px;
	}
	.proMo1 .box{
		padding-bottom: 10px;
	}
	.inTitle .pro{
		font-size: 14px;
	}
	.proMo2{
		padding: 30px 0 50px;
	}
	.proMo2 .list .item .box{
		padding:20px 0;
	}
	.proMo2 .item .picBox{
		position: static;
		width: 100%;
	}
	.proMo2 .item .textBox{
		padding-left: 0;
		padding-top: 20px;
	}
	.proDMo1 .proDeSwi .swiper-slide{
		height: 200px;
	}
	.proDMo1 .proDeSwi{
		padding-bottom: 30px;
	}
	.proDMo1{
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.proDMo2 .box{
		margin-top: 30px;
	}
	.detailMo{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.detailMo .artTop .title{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.detailMo .artTop .time{
		font-size: 12px;
	}
	.detailMo .artTop{
		padding-bottom: 10px;
	}
	.detailMo .article{
		padding-top: 30px;
		font-size: 14px;
	}
	.position .txt{
		display: none;
	}
	.partner{
		padding: 30px 0 50px;
	}
	.partner .list .item{
		width: 49.3%;
		height: 120px;
		padding: 10px 10px 28px;
	}
	.partner .list .item:nth-of-type(3n){
		margin-right: 1.3%;
	}
	.partner .list .item:nth-of-type(2n){
		margin-right: 0;
	}
	.partner .list .item .num{
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
		line-height: 30px;
		font-size: 12px;
	}
	.newsMo{
		padding: 30px 0 50px;
	}
	.newsMo .list .item .box{
		padding: 0;
	}
	.newsMo .list .item .picBox{
		position: static;
		width: 100%;
		margin-bottom: 20px;
	}
	.newsMo .list .item{
		padding: 0;
	}
	.newsMo .list .item .textBox{
		padding: 0 10px 10px;
	}
	.newsMo .list .item .pro{
		line-height: 20px;
		height: 40px;	
	}
	.detailMo .prevNext{
		margin-top: 30px;
		padding-top: 10px;
		font-size: 14px;
	}
	.contactMo{
		padding: 30px 0 40px;
	}
	.contactMo .title{
		font-size: 20px;
		background-size: 26px;
		line-height: 30px;
		padding-top: 10px;
		padding-left: 35px;
		margin-bottom: 20px;
	}
	.contactMo .conBox .name{
		font-size: 16px;
		line-height: 40px;
		height: 40px;
	}
	.contactMo .conBox .item{
		font-size: 14px;
		line-height: 20px;
		padding-left: 40px;
	}
	.contactMo .conBox .item .icon{
		width: 20px;
		left: 10px;
	}
	.contactMo .conBox .item b{
		font-size: 15px;
	}
	.contactMo .conBox .ewmBox{
		font-size: 14px;
	}
	.contactMo .conBox{
		height: auto;
		padding-bottom: 20px;
	}
	.contactMo .mapBox{
		height: 350px;
	}
}
